home *** CD-ROM | disk | FTP | other *** search
/ Micromanía 90 / CDMM_90_1.ISO / Cycling Manager 2 / CyclingManager2Demo.exe / Disk1 / data1.cab / Game / DataCM2 / scripts / library / GameDataDebugLibrary.cnh next >
Encoding:
Text File  |  2002-05-10  |  457 b   |  10 lines

  1. func i32x GetCyclistNumDebugData();
  2. func szx GetCyclistDebugDataName(i32x _iDebugDataIndex);
  3. func i32x GetCyclistDebugDataHasToDraw(i32x _iDebugDataIndex);
  4. func i32x SetCyclistDebugDataHasToDraw(i32x _iDebugDataIndex,i32x _iValue);
  5.  
  6. func i32x GetCyclistNumDebugDataToDraw();
  7. func f32x GetCyclistDebugDataMin(i32x _iDebugDataIndex);
  8. func f32x GetCyclistDebugDataMax(i32x _iDebugDataIndex);
  9. func f32x GetCyclistDebugDataValue(i32x _iDebugDataIndex);
  10.